Quote:
Originally posted by Highlander
ok..so now i just need the public event webquery..i try to make the private event visible.
|
Use the same webquery as "_privateevents" and change the Query Section to:
SELECT eventid, eventdate, subject FROM calendar_events WHERE userid="$user_userid" AND public="1" ORDER BY eventdate DESC;
This query will return public events posted by the viewer. If you want to return all public events according to today's date, you have to wait for the next version, hack does not include "today's date" variable yet, but I'll include it soon..