Bibliographic details for How to create an event
- Page name: How to create an event
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 16 September 2020 14:52 UTC
- Date retrieved: 31 October 2025 02:59 UTC
- Permanent URL: http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579
- Page Version ID: 14579
Citation styles for How to create an event
APA style
How to create an event. (2020, September 16). Fixme.ch, . Retrieved 02:59, October 31, 2025 from http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579.
MLA style
"How to create an event." Fixme.ch, . 16 Sep 2020, 14:52 UTC. 31 Oct 2025, 02:59 <http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579>.
MHRA style
Fixme.ch contributors, 'How to create an event', Fixme.ch, , 16 September 2020, 14:52 UTC, <http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579> [accessed 31 October 2025]
Chicago style
Fixme.ch contributors, "How to create an event," Fixme.ch, , http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579 (accessed October 31, 2025).
CBE/CSE style
Fixme.ch contributors. How to create an event [Internet]. Fixme.ch, ; 2020 Sep 16, 14:52 UTC [cited 2025 Oct 31]. Available from: http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579.
Bluebook style
How to create an event, http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579 (last visited October 31, 2025).
BibTeX entry
 @misc{ wiki:xxx,
   author = "Fixme.ch",
   title = "How to create an event --- Fixme.ch{,} ",
   year = "2020",
   url = "http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579",
   note = "[Online; accessed 31-October-2025]"
 }
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
 @misc{ wiki:xxx,
   author = "Fixme.ch",
   title = "How to create an event --- Fixme.ch{,} ",
   year = "2020",
   url = "\url{http://fixme.ch/w/index.php?title=How_to_create_an_event&oldid=14579}",
   note = "[Online; accessed 31-October-2025]"
 }